home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Modules
/
BackSpaceModules
/
Source
/
FadingImage
/
BackView.h
next >
Wrap
Text File
|
1992-02-17
|
311b
|
19 lines
#import <appkit/View.h>
#import "Thinker.h"
@interface BackView:View
{
id image;
NXRect imageRect;
NXPoint maxCoord;
unsigned BVthen;
}
- (BOOL) timePassed: (BStimeval) delay;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- setImageConstraints;
- setImage: newImage;
- (BOOL) useBufferedWindow;
@end